projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
595b233
)
(detect_eol_type): Fix previous change.
author
Kenichi Handa
<handa@m17n.org>
Wed, 6 Aug 1997 01:09:16 +0000
(
01:09
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Wed, 6 Aug 1997 01:09:16 +0000
(
01:09
+0000)
src/coding.c
patch
|
blob
|
history
diff --git
a/src/coding.c
b/src/coding.c
index c3f4e19d615b090a977283b687b3c3210a4ce17d..7d5512d2e0977110698a2207c1d8129f042f7d2d 100644
(file)
--- a/
src/coding.c
+++ b/
src/coding.c
@@
-2739,7
+2739,7
@@
detect_eol_type (src, src_bytes)
}
}
- return
(total ? eol_type : CODING_EOL_UNDECIDED)
;
+ return
eol_type
;
}
/* Detect how end-of-line of a text of length SRC_BYTES pointed by SRC